negotiator.tournament.VariablesAndValues
Class BOAagentVariable
java.lang.Object
negotiator.tournament.VariablesAndValues.TournamentVariable
negotiator.tournament.VariablesAndValues.BOAagentVariable
- All Implemented Interfaces:
- java.io.Serializable
public class BOAagentVariable
- extends TournamentVariable
AgentVariable indicates the agents used in a tournament.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOAagentVariable
public BOAagentVariable()
addValue
public void addValue(TournamentValue a)
throws java.lang.Exception
- Description copied from class:
TournamentVariable
- add given value to the array of values
- Specified by:
addValue in class TournamentVariable
- Throws:
java.lang.Exception
varToString
public java.lang.String varToString()
- Description copied from class:
TournamentVariable
- varToString converts the variable name into a string.
It shound NOT convert the values, only the variable name and its parameters (eg AgentParam[tau])
- Specified by:
varToString in class TournamentVariable
setSide
public void setSide(java.lang.String val)
getSide
public java.lang.String getSide()